func runtime.malg
6 uses
runtime (current package)
os_linux.go#L401: mp.gsignal = malg(32 * 1024) // Linux wants >= 2K
proc.go#L1940: mp.g0 = malg(-1)
proc.go#L1942: mp.g0 = malg(16384 * sys.StackGuardMultiplier)
proc.go#L2113: gp := malg(4096)
proc.go#L4458: func malg(stacksize int32) *g {
proc.go#L4504: newg = malg(stackMin)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |